home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; brgwunic.inf -- Install the NETGEAR CM212 Cable Modem WDM drivers
- ;
- ; Copyright (c) 1997-2001 MCCI
- ;
- ; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=02/07/2002, 3.21.0.2700
- CatalogFile=brgwunic.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- NETGEARWdm.W95.CopyFiles = 11 ; LDID_SYS
- NETGEARWdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"brgwunic.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- brgwunic.sys = 1
- brgwcr95.sys = 1
- brgwcrnt.sys = 1
- brgwvcr.vxd = 1
- brgwwh95.sys = 1
- brgwwhnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %NETGEAR%=NETGEAR
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [NETGEAR]
- %NETGEAR.Ndis.Desc% = NETGEARWdm.Install, USB\VID_0E9D&PID_3520
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [NETGEAR.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.Install]
- DriverVer=02/07/2002, 3.21.0.2700
- CopyFiles = NETGEARWdm.W95.CopyFiles, NETGEAR.CopyFiles, PropPages.CopyFiles
- AddReg = NETGEARWdm.AddReg, NETGEARWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.Install.NT]
- DriverVer=02/07/2002, 3.21.0.2700
- CopyFiles = NETGEARWdm.NT.CopyFiles
- AddReg = NETGEARWdm.AddReg, NETGEARWdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.Install.NT.Services]
- AddService = brgwunic, 2, NETGEARWdm.AddService
-
- [NETGEARWdm.AddService]
- DisplayName = %NETGEAR.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\brgwunic.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.AddReg]
- HKR,,CRUpperDescription,,%UpperDescription%
- HKR,,CREnum,,BRGWCR
- HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
- HKR,,nRxBulkStreamObjects, 0x10001, 08,00,00,00
- HKR,,DataAltSetting, 0x10001, 01,00,00,00
- HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00
- HKR,,EnableDriverCdcCmdProcessing, 0x10001, 01,00,00,00
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,brgwunic.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.W95.CopyFiles]
- brgwunic.sys
- brgwcr.sys,brgwcr95.sys
- brgwvcr.vxd
- brgwwh.sys,brgwwh95.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [NETGEARWdm.NT.CopyFiles]
- brgwunic.sys
- brgwwh.sys,brgwwhnt.sys
- brgwcr.sys,brgwcrnt.sys
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "NETGEAR,Inc."
- NETGEAR = "NETGEAR,Inc."
- DiskString = "NETGEAR CM212 Cable Modem installation disk"
-
- NETGEAR.Ndis.Desc = "NETGEAR CM212 Cable Modem (WDM)"
- NETGEAR.Service.Desc = "NETGEAR CM212 Cable Modem (WDM)"
-
- UpperDescription = "NETGEAR CM212 Cable Modem networking device"
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-